home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON03 / ACT03A / L03A2.DIR / Internal_31.ls < prev    next >
Encoding:
Text File  |  2003-05-02  |  103 b   |  5 lines

  1. on exitFrame
  2.   global clickedPlaces
  3.   clickedPlaces = list("firehouse", "policestation", "school")
  4. end
  5.